home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / IFF / IFF_Forms / ILBM.CMYK.doc < prev    next >
Encoding:
Text File  |  1993-03-01  |  1019 b   |  22 lines

  1. Cyan, Magenta, Yellow, & Black color map (Soft-Logik)
  2.  
  3. CMYK Chunk for FORM ILBM and FORM DR2D
  4. ======================================
  5.  
  6. Submitted by Dan Weiss, Deron Kazmaier, and Gary Knight (8/29/91)
  7.  
  8. New IFF Chunk ID: "CMYK"
  9. Description:  This chunk would allow color specification in terms of Cyan,
  10. Magenta, Yellow, and Black as opposed to the current CMAP which uses RGB.
  11. The format would be the same as the CMAP chunk with the exception that this
  12. chunk uses four color components as opposed to three. The number of colors
  13. contained within would be chunk length/4.  This chunk would be used in addition
  14. to the CMAP chunk.
  15.  
  16. Example:  CMYK                  - Chunk ID
  17.           000010                - Chunk Length (16 bytes, #colors = 16/4 = 4)
  18.           00 00 00 00           - Color #1 (c=00, m=00, y=00, b=00)
  19.           FF FF 00 00           - Color #2 (c=ff, m=ff, y=00, b=00)
  20.           80 80 FF 10           - Color #3 (c=80, m=80, y=ff, b=10)
  21.           27 C6 AF 0B           - Color #4 (c=27, m=c6, y=af, b=0b)
  22.